.hot-box {
	margin: 20px 0px;
}

.hot-box .w1200 {
	background-image: linear-gradient(0deg,
			#eeeeee 0%,
			#ffffff 100%),
		linear-gradient(#eeeeee,
			#eeeeee);
	overflow: hidden;
}

.hot {
	text-align: center;
	overflow: hidden;
	margin: 10px 0px;
	width: 100%;
	float: left;
}

.hot a {
	color: #e41a1a;
	font-size: 30px;
	line-height: 2;
	font-weight: bold;
}

.hot-box .list {
	overflow: hidden;
	padding: 0px 2%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 95%;
	margin-left: 30px;
	float: left;
}

.hot-box .list h3 {
	float: left;
	display: block;
	width: 8%;
	margin-top: 10px;
	position: relative;
}

.hot-box .list h3 a {
	font-size: 22px;
	color: white;
	display: block;
	position: absolute;
	padding: 20px 0;
	text-align: center;
	width: 70px;
	min-height: 73px;
	font-weight: bold;
	line-height: 2;
}
.hot-box .list h3 img{
	width: 70px;
}
.hot-box .list ul {
	overflow: hidden;
	width: 92%;
	margin-top: 0px;
}

.hot-box .list ul li {
	border: none;
	padding-left: 30px;
}

.hot-box .list ul li::before {
	height: 8px;
	width: 8px;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: unset;
	margin-top: 16px;
}

.hot-box .list ul li a {
	font-size: 18px;
	line-height: 2;
	max-width: 100%;
}

.hot-box .list li:hover a {
	padding-left: 0px;
}
.hot-box .list>a{
	display: inline-block;
	float: right;
	line-height: 2;
}
.shzyjzg{
	display: none;
}

.first,
.second,
.third {
	width: 100%;
	overflow: hidden;
}

.first_left,
.third_left {
	width: 54%;
	float: left;
	overflow: hidden;
}

.first_right,
.third_right {
	width: 43%;
	float: right;
	overflow: hidden;
}

.index_lb {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.index_lb .bd {
	height: 420px;
	position: relative;
}

.index_lb .bd li img {
	vertical-align: middle;
	width: 100%;
	height: 420px;
}

.index_lb .btn-prev,
.index_lb .btn-next {
	display: block;
	position: absolute;
	top: 170px;
	width: 40px;
	height: 69px;
	z-index: 2
}

.index_lb .btn-prev {
	left: 0;
	background: url(left-arrow.png) no-repeat;
	_background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="left-arrow.png")
}

.index_lb .btn-next {
	right: 0;
	background: url(right-arrow.png) no-repeat;
	_background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="right-arrow.png")
}

.index_lb .hd {
	height: 7px;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.index_lb .hd ul {
	overflow: hidden;
	zoom: 1;
	overflow: hidden;
	display: inline-block;
	float: right;
}

.index_lb .hd ul li {
	float: left;
	margin-right: 12px;
	width: 24px;
	height: 7px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	float: left;
	text-indent: -9999px;
}

.index_lb .hd ul li.on {
	background: #fab600;
	color: #fff;
}

.index_lb .bd li {
	position: relative;
}

.index_lb .bd li p {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(59, 61, 65, 0.6);
	padding: 0px 180px 0px 15px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

.second {
	width: 100%;
	height: 125px;
	margin: 20px 0;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
}

.second_right .tit2 {
	line-height: 48px;
	border-bottom: 1px solid #e3e3e3;
}

.second_right .tit2 .more,
.second_right .tit2>span {
	float: right;
	font-size: 16px;
	color: #999999;
}

.second_right .tit2 .more a,
.second_right .tit2>span>a {
	color: #999999;
}

.tit2 {
	line-height: 48px;
	border-bottom: 1px solid #e3e3e3;
}

.tit2 li {
	float: left;
	margin-right: 20px;
	position: relative;
}

.tit2 li a {
	display: block;
	padding: 0px 5px;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.tit2 li.on a {
	color: #e41a1a;
}

.tit2 li em {
	position: absolute;
	left: 50%;
	width: 0;
	margin-top: -4px;
	transition: .3s all;
	height: 4px;
	background-color: #e41a1a;
	border-radius: 10px;
}

.tit2 li.on em {
	width: 100%;
	left: 0;
}

.bd .list ul {
	margin-top: 10px;
}

.list li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 44px;
}

.list li a {
	line-height: 44px;
	float: left;
	max-width: 85%;
}

.first_right .list li a,
.third_right .list li a {
	max-width: 80%;
}

.list li span {
	height: 44px;
	line-height: 44px;
}

.list li::before {
	background-color: #477ab7;
	margin-top: 22px;
}

.list li::after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}

.h-zw-more {
	display: none;
}

.zcjd_2 a {
	float: left;
	display: block;
	line-height: 48px;
	color: #888888;
	font-weight: lighter;
}

.zcjd_2 a img {
	display: none;
}

/* 横幅 */
.slideBox {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin-top: 16px;
}

.slideBox .hd {
	display: none;
}

.slideBox .bd {
	margin-left: 40px;
}

.slideBox .bd ul {
	overflow: hidden;
	zoom: 1;
}

.slideBox .bd ul li {
	margin-left: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.slideBox .bd ul li img {
	width: 347px;
	height: 91px;
	display: block;
}

.slideBox .next {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 8px;
}

.slideBox .prev {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 8px;
}

/**
友情链接样式
 */

.footer {
	clear: both;
	width: 100%;
	height: auto;
	height: 60px;
	margin-top: 20px;
	background-color: #a2c2e9;
}

.footer a {
	color: #fff;
}

.footer .foot-t-cont {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.footer .foot-t-cont .foot-ul-1 p {
	line-height: 60px;
	color: #226ebc;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.footer .foot-t-cont .foot-ul-1 {
	position: relative;
	width: 100%;
	height: 56px;
}

.footer .foot-t-cont .foot-ul-1 li {
	float: left;
	width: 14%;
	height: 100%;
	line-height: 60px;
	text-align: center;
}

.footer .foot-t-cont .foot-ul-1 li.foot-li-1 {
	text-align: left;
	width: 10%;
}

.footer .foot-t-cont .foot-ul-1 .foot-li-box li {
	float: left;
	display: inline-block;
	width: 14%;
	height: 100%;
	line-height: 46px;
	text-align: left;
	padding-left: 10px;
}

.footer .foot-t-cont .foot-ul-1 li .foot-a-1 {
	position: relative;
	width: 100%;
	display: inline-block;
	color: #226ebc;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.footer .foot-t-cont .foot-ul-1 li .foot-a-1.cur {
	background: #f7f7f7;
}

.footer .foot-t-cont .foot-ul-1 li .foot-a-1.cur img {
	transform: rotate(180deg);
}

.footer .foot-t-cont .foot-ul-1 li .foot-a-1:hover {
	text-decoration: none;
}

.footer .foot-t-cont .foot-ul-1 li .foot-a-1 img {
	width: 11px;
	margin-left: 8px;
	vertical-align: middle;
}

.footer .foot-t-cont .foot-ul-1 li .foot-li-box {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	top: 60px;
	text-align: left;
	background: #f7f7f7;
	overflow: auto;
	z-index: 99;
}

.footer .foot-t-cont .foot-ul-1 li .foot-li-box a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	min-width: 140px;
	padding: 0 10px;
	text-align: left;
	color: #333;
}


/*老年版*/
.old_type .first_left,
.old_type .third_left {
	width: 100%;
}

.old_type .first_right,
.old_type .third_right {
	width: 100%;
}

.old_type .hot,
.old_type .second {
	margin: 50px 0px;
}

.old_type .first_right,
.old_type .third_right,
.old_type footer {
	margin-top: 50px;
}

.old_type .hot a {
	font-size: 60px;
	line-height: 2;
}

.old_type .hot-box .list h3 {
	margin-top: 30px;
	width: 14%;
}

.old_type .hot-box .list h3 a {
	font-size: 44px;
	padding: 25px 0px;
	width: 112px;
}

.old_type .hot-box .list h3 img {
	width: 120px;
}
.old_type .hot-box .list ul{
	width: 86%;
}
.old_type .hot-box .list ul li {
	padding-left: 40px;
}

.old_type .hot-box .list ul li::before {
	width: 12px;
	height: 12px;
	margin-top: 32px;
}

.old_type .hot-box .list ul li a {
	font-size: 36px;
}
.old_type .hot-box .list > a {
    font-size: 36px;
}
.old_type .index_lb .bd {
	height: 800px;
	width: 1200px;
}

.old_type .index_lb .bd li img {
	height: 800px;
	width: 1200px;
}

.old_type .index_lb .bd li p {
	font-size: 32px;
	height: 98px;
	line-height: 98px;
}

.old_type .index_lb .hd {
	bottom: 46px;
}

.old_type .index_lb .hd ul li {
	width: 36px;
	height: 16px;
}

.old_type .index_lb .btn-prev,
.old_type .index_lb .btn-next {
	top: 365px;
}

.old_type .tit2 li a {
	font-size: 48px;
	height: 96px;
	line-height: 96px;
}

.old_type .list li {
	padding-left: 25px;
	line-height: 64px;
	height: unset;
}

.old_type .list li a {
	line-height: 64px;
	font-size: 32px;
	max-width: 80%;
}

.old_type .list li span {
	height: 64px;
	line-height: 64px;
	font-size: 28px;
}

.old_type .list li::before {
	height: 8px;
	width: 8px;
	margin-top: 32px;
}

.old_type .second {
	height: unset;
	padding: 30px 0px;
}

.old_type .slideBox {
	height: 140px;
	margin-top: 0px;
}

.old_type .slideBox .next,
.old_type .slideBox .prev {
	top: 13px;
	width: 45px;
}

.old_type .slideBox .bd li {
	width: 515px !important;
}

.old_type .slideBox .bd {
	height: 140px;
	width: 1090px;
	margin-left: 70px;
}

.old_type .slideBox .bd ul li {
	margin-left: 30px;
}

.old_type .slideBox .bd ul li a img {
	width: 515px;
	height: 140px;
}

.old_type .slideBox .bd .tempWrap {
	width: 1060px !important;
	padding-left: 515px;
}

.old_type .zcjd_2 a {
	font-size: 32px;
	line-height: 96px;
}

.old_type .footer {
	height: 72px;
}

.old_type .footer .foot-t-cont .foot-ul-1 li.foot-li-1 {
	width: 14%;
}

.old_type .footer .foot-t-cont .foot-ul-1 p {
	font-size: 36px;
	line-height: 2;
}

.old_type .footer .foot-t-cont .foot-ul-1 li {
	line-height: 72px;
	width: 24%;
}

.old_type .footer .foot-t-cont .foot-ul-1 li a.foot-a-1 {
	font-size: 32px;
}

.old_type .footer .foot-t-cont .foot-ul-1 li .foot-li-box {
	top: 72px;
}

.old_type .footer .foot-t-cont .foot-ul-1 .foot-li-box li {
	width: 25%;
}

.old_type .footer .foot-t-cont .foot-ul-1 li .foot-li-box a {
	font-size: 28px;
	height: 56px;
	line-height: 56px;
}

/*手机版*/
@media screen and (max-width: 1024px) {
	.mobile_type .w1200 {
		width: 100%;
	}

	.hot,
	.first,
	.second,
	.third {
		padding: 0px 3%;
		box-sizing: border-box;
		height: unset;
	}

	.first_left,
	.third_left {
		width: 100%;
	}

	.first_right,
	.third_right {
		width: 100%;
	}


	.first_right,
	.third_right {
		margin-top: 20px;
	}

	.hot a {
		font-size: 24px;
	}

	.hot-box .list {
		padding: 0px 3%;
		box-sizing: border-box;
		width: 100%;
		margin-left: unset;
		border: none;
	}

	.hot-box .list ul {
		
	}

	.hot-box .list h3 {
		display: none;
	}
	.hot-box .list ul li a{
		font-size: 16px;
	}
	.shzyjzg{
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 0px 3%;
	}
	.shzyjzg img{
		max-width: 100%;
	}
	.index_lb .btn-prev,
	.index_lb .btn-next {
		display: none;
	}

	.index_lb .bd {
		height: unset;
	}

	.index_lb .bd li img {
		height: unset;
	}

	.index_lb .bd li p {
		text-align: center;
		height: 70px;
		padding: 0px 15px 0px 15px;
	}

	.index_lb .hd {
		bottom: 27px;
	}

	.index_lb .hd ul li {
		width: 8px;
		height: 8px;
		border-radius: 4px;
	}

	.index_lb .hd ul li.on {
		background: #fab600;
		color: #fff;
		width: 24px;
	}

	.index_lb .hd ul {
		float: unset;
	}

	.tit2 li {
		margin-right: 5px;
	}

	.tit2 li:last-child {
		margin-right: 0px;
	}

	.list li {
		line-height: 32px;
	}

	.list li a {
		white-space: unset;
		text-overflow: unset;
		overflow: unset;
		float: unset;
		max-width: none;
		display: inline;
		line-height: 32px;
	}

	.list li span {
		line-height: 32px;
		height: 32px;
	}

	.list li::before {
		margin-top: 16px;
	}

	.first_right .list li a,
	.third_right .list li a {
		max-width: none;
	}

	.list li:hover a {
		padding-left: 0px;
	}

	.zcjd_2 a {
		text-indent: -9999em;
		overflow: hidden;
		float: left;
		margin-left: 0px !important;
		margin-top: -48px;
		margin-bottom: 20px;
		width: 100%;
	}

	.zcjd_2 a img {
		display: block;
		width: 100%;
		max-width: 100%;
		border-radius: 10px;
	}

	.h-zw-more {
		display: inline-block;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-align: center;
		background-color: #f4f4f4;
		border-radius: 5px;
		color: #999;
		margin-top: 20px;
		font-size: 16px;

	}

	.h-zw-more a {
		color: #999;
	}

	.slideBox {
		width: 100%;
	}

	.slideBox .next,
	.slideBox .prev {
		display: none;
	}

	.slideBox .bd {
		margin-left: 0px;
	}

	.slideBox .bd ul li {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}

	.slideBox .bd ul li img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}

	.slideBox .hd {
		display: block;
	}

	.slideBox .hd {
		overflow: hidden;
		height: 30px;
		padding: 0 10px;
		width: 100%;
	}

	.slideBox .hd ul {
		overflow: hidden;
		zoom: 1;
		display: table;
		margin: 0px auto;
		margin-top: 10px;
	}

	.slideBox .hd ul li {
		float: left;
		margin-right: 5px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #aab2d0;
		border-radius: 100%;
		width: 9px;
		height: 9px;
		line-height: 50px;
		overflow: hidden;
	}

	.slideBox .hd ul li.on {
		background-position: 0 0;
	}

	.slideBox .hd ul li.on {
		background-color: #1492ff;
	}

	.footer .foot-t-cont {
		padding: 0px 3%;
		box-sizing: border-box;
	}

	.footer .foot-t-cont .foot-ul-1 li.foot-li-1 {
		width: 12%;
		display: none;
	}

	.footer .foot-t-cont .foot-ul-1 p {
		font-size: 14px;
		line-height: 28px;
		color: #fff;
	}

	.footer .foot-t-cont .foot-ul-1 li.foot-li-2 {
		width: 36%;
	}

	.footer .foot-t-cont .foot-ul-1 li.foot-li-3 {
		width: 40%;
	}

	.footer .foot-t-cont .foot-ul-1 li.foot-li-4 {
		width: 24%;
	}

	.footer .foot-t-cont .foot-ul-1 li .foot-a-1 img {
		margin-left: 2px;
	}

	.footer .foot-t-cont .foot-ul-1 .foot-li-box li {
		width: 50%;
	}
}

@media screen and (max-width: 833px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}
